Two column layout for bulk paper wallets #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I'd like to generate bulk wallets in such a way that I can cut away the public keys and give people the private keys without them knowing the public keys. Obviously this only makes sense with BIP 0038 encryption. The logic being that a potential thief would then not know the balance, and thus not know if it was worth their while trying to break the encryption or not.
(My long term plan would be to have one wallet with a weak password and a token amount as a sentinel, if this wallet is stolen I'll know the others are vulnerable - but this is probably beyond the scope of bitaddress.org).
I'm not a CSS expert and I concede that the mid-word break is a little ugly, but it does the job. Happy to make ammendments though - let me know!